home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / profile / styles / user / classid.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  1.2 KB  |  37 lines

  1. @charset "utf-8";
  2. /*    Name: 837256235 */
  3. /*    Append CLASS and/or ID names for elements.
  4.     Copyright 2007 Opera Software */
  5. [id]::before, [class]::before, [class][id]::before {
  6.     font-size: 11px !important;
  7.     font-weight: bold !important;
  8.     text-decoration: none !important;
  9.     padding: 1px !important;
  10.     margin: 0 !important;
  11.     border: 1px solid #010101 !important;
  12.     float: none !important;
  13.     position: static !important;
  14.     display: inline-block !important;
  15. }
  16. [id]::before {
  17.     content: "ID: " "\0022" attr(id) "\0022";
  18.     color: rgb(226,228,235) !important;
  19.     background-color: rgb(51,102,204) !important;
  20. }
  21. [class]::before {
  22.     content: "CLASS: " "\0022" attr(class) "\0022";
  23.     color: rgb(226,228,235) !important;
  24.     background-color: rgb(46,61,77) !important;
  25. }
  26. [class][id]::before {
  27.     content: "CLASS: " "\0022" attr(class) "\0022" 
  28.         " and ID: " "\0022" attr(id) "\0022";
  29.     color: rgb(30,30,30) !important;
  30.     background-color: rgb(255,204,0) !important;
  31. }
  32. html[id]::before, html[class]::before, table[id]::before, 
  33. table[class]::before, table[id][class]::before, td[id]::before, 
  34. td[class]::before, td[id][class]::before, th[id]::before, 
  35. th[class]::before, th[id][class]::before {display: none !important;}
  36.  
  37.